home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
SOUND
/
WAVEWIN.ARJ
/
PHOTON.WPL
< prev
next >
Wrap
Text File
|
1992-04-08
|
379b
|
23 lines
#
# PHOTON Wavepool program
#
# Copyright 1992, Data Assist, Inc.
#
BEGIN {
screate("photon.sou")
for (x=4000; x>=100; x=x-150) {
print "x=", x;
sinwave(x, 110); quiet(5);
sinwave(x/2+37, 110); quiet(5);
sinwave(x/3+37, 110); quiet(5);
}
sclose(0);
sndvoc("photon.sou", "photon.voc");
}